home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01541_SSdantaiNUTE.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  728 b   |  34 lines

  1. global presp
  2.  
  3. on exitFrame
  4.   if (445 < the mouseV) and (the mouseV < 460) then
  5.     if rollOver(34) then
  6.       mvisiblechk(3, 20, 0)
  7.       go("6KI")
  8.     end if
  9.   else
  10.     if rollOver(3) or rollOver(4) then
  11.       mrollovchk0304()
  12.     else
  13.       set the visible of sprite presp to 0
  14.       cursor(-1)
  15.     end if
  16.   end if
  17.   go(the frame)
  18. end
  19.  
  20. on mrollovchk0304
  21.   if rollOver(3) and (the name of cast (the castNum of sprite 2 - 1) = "PG-STT") then
  22.     set the visible of sprite presp to 0
  23.     cursor(-1)
  24.   else
  25.     if rollOver(4) and (the name of cast (the castNum of sprite 2 + 1) = "PG-END") then
  26.       set the visible of sprite presp to 0
  27.       cursor(-1)
  28.     else
  29.       mvisiblerep(3, 4)
  30.       cursor(280)
  31.     end if
  32.   end if
  33. end
  34.